Comments
-
@TKWITS That's what I'm afraid of as well... Here's some iterations of what I've tried. I'm still a bit new to OpenSSL so bear with me: .\openssl req -new -key foo.pem -nodes -out foo.csr -subj "/C=US/ST=AK/L=Foo/O=Bar LLC/CN=foo.bar.com" .\openssl x509 -x509toreq -in foo.crt" -signkey "foo.pem" -out foo.bar.com-new.csr ##…
-
That's fair... I've seen that link as well as a few other Stack Exchange-like answers. However, when I try this command and a few different ones I still keep getting those 'unable to load private key' errors. I was able to verify the correct passphrase for the .pem file, but I think it's still encrypted or something as I…
-
@Arkwright Thanks for that quick reply!